home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4189 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  37 lines

  1. Path: news.dal.mobil.com!usenet
  2. From: "Katherine M. Hosch~5483" <kmhosch@nol.mobil.com>
  3. Newsgroups: comp.lang.c
  4. Subject: pragma ident?
  5. Date: Fri, 02 Feb 1996 10:06:23 -0600
  6. Organization: Mobil Exploration & Producing, U.S.
  7. Message-ID: <3112367F.15FB@nol.mobil.com>
  8. NNTP-Posting-Host: nolrs003.nol.mobil.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (X11; I; AIX 2)
  13. CC: fred@cs.uno.edu
  14.  
  15. Dumb question maybe -- but what is this pragma ident?  Early versions of
  16. include files (all sorts of vendors) all seem to have something like
  17. this at their first line:
  18.  
  19. /* @(#) $Revision: 70.1 $ */
  20.  
  21. Later versions (e.g. Solaris 2.4) have this instead:
  22.  
  23. #pragma ident   "@(#)assert.h   1.9     92/07/14 SMI"   /* SVr4.0
  24. 1.6.1.4 */
  25.  
  26. So what reads/uses this "@#" thing?  Is it sccs or lint or something?
  27.  
  28. I am curious (beige).
  29.  
  30. -- katherine hosch
  31.  
  32. -- 
  33. Katherine M. Hosch, Paranet            kmhosch@nol.mobil.com
  34. Mobil Exploration & Producing, U.S.        (504)-566-5483 (mobil)
  35. 1250 Poydras St.                (504)-566-5712 (fax)
  36. New Orleans, LA  70113                (504)-585-7789 (paranet)
  37.